Ke Wu

Results 5 issues of Ke Wu

When running `npm install pkg@latest-1`, npm should provide a way to save `latest-1` into `package.json`. ## References * Related to issue [#5052](https://github.com/npm/cli/issues/5052) * Related to RRFC #547

enhancement

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ] commit message follows...

The original getter/setter mock API is conflicted with the `Object` behavior. This PR provides a more comprehensive API. ```javascript // given an example below const obj = { a: 1...